Mention GDK_BACKEND in the docs
authorMatthias Clasen <mclasen@redhat.com>
Wed, 22 Dec 2010 06:32:18 +0000 (01:32 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 22 Dec 2010 06:32:18 +0000 (01:32 -0500)
gdk/gdkdisplaymanager.c

index 97022d5a22521bc7710f95df409086d3ffc8089b..829083ae68d0b78664ac3ebdb0be823a0861750a 100644 (file)
@@ -156,6 +156,11 @@ gdk_display_manager_get_property (GObject      *object,
  *
  * Gets the singleton #GdkDisplayManager object.
  *
+ * When called for the first time, this function consults the
+ * <envar>GDK_BACKEND</envar> to find out which of the supported
+ * GDK backends to use (in case GDK has been compiled with multiple
+ * backends).
+ *
  * Returns: (transfer none): The global #GdkDisplayManager singleton;
  *     gdk_parse_pargs(), gdk_init(), or gdk_init_check() must have
  *     been called first.